/* Global styles. Content:
 - reset styles
 - element styles
 - Headings
 - Misc
 - Layout
 - Footer
 - Forms
 - Full Width / OneColumn Pages style in one_column.css
 - navigation styles are in navigation.css
			Color guide
			----------------
			#C2C5C6			body background
			#f5f5f5			main bg
			#33333			text, links, mainNav,
			#b70024			hover links.
*/

/* reset styles */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p,
blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em,
font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b,
u, i, center, dl, dt, dd, ol, ul, li, form, label, table,
caption, tbody, tfoot, thead, tr, th {
	margin: 0;
	padding: 0;
	background: transparent;
	border: none;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
caption, th {
	text-align: left;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
address, caption, code, dfn, th, var {
	font-style: normal;
	font-weight: normal;
}
/* end reset */

body {
	background-image: url("../images/template/bg_body.gif");
	background: #C2C5C6 url("../images/template/bg_body.gif") repeat-x 0px 0px;
	text-align: center;
	font: 62.5% Verdana, Geneva, sans-serif;
	/* sets all font size to 10px, now resize subsequent elements in em. e.g. 1.2 em = 12px. watch out for inheritance!! */
}
a, a:link, a:active, a:visited {
	text-decoration: none;
	color: #333;
}
a:hover {
	text-decoration: underline;
	color: navy;
}
p {
	margin: 0 0 10px 0;
	line-height: 1.5em;
	font-size: 1em;
}
p.more a, p.more a:visited {
	background: url(../images/template/arrow_more.gif) no-repeat right 3px;
	display: block;
	float: left;
	padding-right: 20px;
	line-height: 1.1em;
	font-weight: normal;
	_background-position: right 2px; /* ie6 shows 1px too low */
}
.clear {
	clear: both;
	_height: 1%; /* clears show too tall in ie6 */
}
/* Headings
-------------------- */
h1 {
	font-size: 2.4em;
	font-weight: normal;
	margin: 0;
	padding: 0 0 5px 25px;
	color: #9F3538;
}
h2 {
	font-size: 1.5em;
	color: navy;
	margin-bottom: 8px;
	text-transform: uppercase;
	clear: both;
}
h3 {
	margin: 10px 0 5px;
	padding: 0px;
	color: #9f3538;
	font: bold 1.3em Arial, Helvetica, sans-serif;
	clear: both;
}

h3 a {
	color: navy !important;
}

#sidebar h3 {
	font-size: 1.3em;
	font-weight: bold;
	text-transform: uppercase;
	margin: 5px 0px 0px;
	overflow: hidden;
}
h4 {
	font-size: 1.1em;
	clear: both;
}
/* Misc
-------------------- */
.left {
	float: left;
}
.right {
	float:	right;
}
img.feature {
	border: solid 1px #fff;
}
img.right {
	margin: 5px 0 5px 20px;
}
img.left {
	margin: 5px 20px 5px 0;
}
img.banner {
	margin: 10px 0 20px;
}
p.img-with-caption {
	display: block;
	margin-bottom: 10px;
	margin-left: 20px;
}
.learn-more a {
	padding-left: 10px;
	background: url(../images/template/bullet_learnmore.gif) no-repeat 0px 5px;
}

hr {
	color: navy;
	background: navy;
	border: 0;
	height: 1px;
}
hr.break {
	margin: 0px;
	padding: 0px;
}

/* Layout
-------------------- */
#wrapper {
	width: 980px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	margin-top: 115px;
}
#header {
	height: 108px;
	position: relative;
	background: url(../images/template/bg_header.png) no-repeat -45px 0;
	width: 970px;
	_background: url(..\images\template\bg_header.gif) no-repeat; /* sending a gif to IE6 */
	z-index: 500;
	position: absolute;
	top: -115px;
}
#masthead {
	position: absolute;
	height: auto;
	width: 100%;
	left: 9px;
	top: 6px;
	z-index: 5;
	display: block;
	margin-bottom: 10px;
	overflow: hidden;
}
#masthead2 {
	position: absolute;
	height: 140;
	width: 100%;
	left: 9px;
	top: 0px;
	z-index: 5;
	display: block;
	margin-bottom: 10px;
	overflow: hidden;
}
body.full #masthead {
	background: url(../images/template/header/default.gif) no-repeat;
	height: 106px;
}
body.full .mh_aboutus #masthead {
	background: url(../images/template/header/aboutus.gif) no-repeat;
}
body.full .mh_investors #masthead {
	background: url(../images/template/header/investors.gif) no-repeat;
}
body.full .mh_products #masthead {
	background: url(../images/template/header/products.gif) no-repeat;
}
body.full .mh_products_broadband #masthead {
	background: url(../images/template/header/products_broadband.gif) no-repeat;
}
body.full .mh_products_mobile #masthead {
	background: url(../images/template/header/products_mobile.gif) no-repeat;
}
body.full .mh_products_network #masthead {
	background: url(../images/template/header/products_network.gif) no-repeat;
}
body.full .mh_support #masthead {
	background: url(../images/template/header/support.gif) no-repeat;
}

#main {
	padding: 0;
	background: url(../images/template/bg_main_left.png) 0 0 no-repeat;
	width: 968px;
	min-height: 300px;
	height: auto;
	position: relative;
	margin-left: 0px;
	margin-top: 7px;
	/* ie6 png fix in ie.css */
	_zoom: 1;
}
#main_inner {
	background: #FCFCFC url(../images/template/bg_main.png) repeat-x 0px -6px;
	padding-top: 120px;
	overflow: hidden;
	height: auto;
	width: auto;
	margin: 6px 17px 0px;
	padding-right: 5px;
	padding-left: 10px;
	/* ie6 fixes below */
	_background: #FCFCFC url(../images/template/bg_main.gif) repeat-x 0 -6px;
	_padding-top: 125px;
	_width: 920px;
}

#main_inner2 {
	background: #FCFCFC url(../images/template/bg_main.png) repeat-x 0px -6px;
	padding-top: 70px;
	overflow: hidden;
	height: auto;
	width: auto;
	margin: 6px 17px 0px;
	padding-right: 5px;
	padding-left: 10px;
	/* ie6 fixes below */
	_background: #FCFCFC url(../images/template/bg_main.gif) repeat-x 0 -6px;
	_padding-top: 25px;
	_width: 920px;
}

#main_right {
	background: url(../images/template/bg_main_right.png) right top no-repeat;
	position: absolute;
	top: 0px;
	width: 17px;
	height: 100%;
	right: 0px;
	z-index: 1;
	/* ie6 fixes below */
	_height: 8600px;
	_background: url(../images/template/bg_main_right.gif) no-repeat; /* ie6 doesn't do 100% as one would expect */
}
#content {
	width: 930px;
	margin: 0;
	padding: 0;
	color: #555;
}
#main.twocol-page #content {
	width: 665px;
	float: left;
}
#main.twocol-page #sidebar {
	width: 250px;
	float: right;
	padding-top: 5px;
}
/* Footer
-------------------------- */
#footer {
	padding: 0 15px 5px 10px;
	overflow: hidden;
	margin-left: 5px;
	font: normal .9em Arial, Helvetica, sans-serif;
	color: #777;
	_zoom: 1;
}
span.footer-bg {
	background: url(../images/template/bg_footer.png) no-repeat 0 0;
	height: 25px;
	margin-left: -15px;
	display: block;
	/* ie6 png fix in ie.css */
}

#footernav {
	float: left;
}
p.copyright {
	float: right;
	margin-right: 8px;
	text-transform: uppercase;
}

#footernav li a {
	margin-right: 10px;
	background: url(../images/template/navigation/pipe.gif) no-repeat right;
	padding-right: 13px;
	color: #777;
}
#footernav li a:hover {
	color: #B70024;
}
#footernav li#sitemap a {
	background: none;
}
#footernav li {
	display: block;
	float: left;
}
/* Lists and Tables are in content.css */

/* Forms ------------------ */
form td {
	vertical-align: top;
}
input, select, textarea, label, form span {
	color: #000;
	font: 1.1em Arial, Helvetica, sans-serif;
}
input, select, textarea {
	border-color: #aaadb2 #dcdfe6 #e2e9ef #e3e3ed;
	margin: 3px;
	padding: 0 0 0 0px;
	border-width: 1px;
}
.form-actions {
	text-align: right;
}

/* "sliding door" dynamic buttons ----------------- */
.slide_button {
	display: inline-block;
	/* Sliding right image */
	background: transparent url(_/images/template/btn_right.gif_) no-repeat scroll top right; 
	height: 22px;
	padding-right: 6px;
}

.slide_button input {
	text-decoration: none;
	font-weight: bold;
	color: #B70024;
	background: none;
	border: 0;
	cursor: hand;
	height: 16px;
}

.slide_button input:hover {
	color: #D50404;
}

.slide_button span {
	display: inline-block;
	/* Background left image */ 
	background: transparent url(_/images/template/btn_left.gif_) no-repeat; 
	line-height: 22px;
	padding-left: 6px;

}


/* Tabs ----------------------- */
#tabs {
	margin: 0px;
	padding: 0px;
	width: 653px;
	background: url(../images/template/tabs/tabs_container_top.gif) no-repeat 0px 30px;
}
#tabs ul.tabset {
	margin: 0px;
	padding: 0px;
	width: 653px;
	height: 32px;
	display: block;
	clear: both;
	background: url(../images/template/tabs/tabs_ul_bg.gif) no-repeat left bottom;
}
#tabs ul.tabset li {
	background: url(../images/template/tabs/tab_left.gif) no-repeat;
	float: left;
	margin: 0px;
	padding: 0px;
	height: 29px;
	display: inline;
}
#tabs ul.tabset li:first-child {
	margin-left: 25px;
}
#tabs ul.tabset li a {
	background: url(../images/template/tabs/tab.gif) no-repeat right top;
	height: 20px;
	margin-right: 2px;
	display: inline;
	float: left;
	text-align: center;
	padding-top: 9px;
	padding-right: 15px;
	padding-left: 10px;
	white-space: nowrap;
	margin-left: 5px;
	font-weight:bold;
	min-width: 70px; /* sets min-width value for all standards-compliant browsers */
	_width: auto !important; /* ie6 doesn't understand min-width, but this and the next line immitate min-width for ie6 */
	_width: 70px;
}
#tabs ul.tabset li.active {
	background-position: 0px -29px;
	text-decoration: none;
	color: #B70024;
}
#tabs ul.tabset li.active a {
	background-position: right -29px;
	text-decoration: none;
	color: #B70024;
}
#tabs .tab-container {
	background: url(../images/template/tabs/tabs_container_middle.gif) repeat;
	margin-top: 15px;
	margin-bottom: 15px;
	/* ie7 needs more bottom margin */
	*margin-bottom: 20px;
}
#tabs .tab-container-inner {
/* seems to be the source of our extra padding-top on tabs... */
	padding: 20px 20px 5px 20px;
	height: auto;
	width: auto;
	/* ie7 needs overflow set */
	*overflow: hidden;
}
#tabs .tab-container-bottom {
	background: url(../images/template/tabs/tabs_container_bottom.gif) no-repeat left bottom;
	clear: both;
}
